Set<TData>(DicomScp,TData) Method

Summary

Sends an N-SET-REQ to the SCP.

Syntax
C#
VB
C++
public void Set<TData>( 
   DicomScp Scp, 
   TData Data 
) 
  
Public Overloads Sub Set(Of TData)( _ 
   ByVal Scp As DicomScp, _ 
   ByVal Data As TData _ 
)  
public: 
void Setgeneric<typename TData> 
(  
   DicomScp^ Scp, 
   _TData^_ Data 
)  

Parameters

Scp
The peer connection to send the N-SET-REQ to.

Data
The data to send in the N-SET-REQ.

Type Parameters

TData
The type of the data.

Example

For an example refer to Create<TData>(DicomScp,TData)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly